getting the row of max value c# linq

65

getting the row of max value c# linq -

var result = table.OrderByDescending(x => x.Status).First();

Comments

Submit
0 Comments